home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super PC 34
/
Super PC 34 (Shareware).iso
/
spc
/
UTIL
/
DJGPP2
/
V2MISC
/
CSDPMI1P.ZIP
/
SRC
/
CWSDPMI
/
MAKEFILE.PAR
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-20
|
213 b
|
13 lines
CFLAGS = -ms -G- -O -Z -a -1 -f- -d -w5 -g12
CC=tcc
all : cwsparam.exe
cwsparam.exe : cwsparam.c control.h gotypes.h
$(CC) $(CFLAGS) -e$*.exe cwsparam.c
del cwsparam.obj
clean:
del cwsparam.exe